home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Panorama / Panorama - Disk 07C (1986-07-23)(Pacific North-West Amigas Club)[WB].zip / Panorama - Disk 07C (1986-07-23)(Pacific North-West Amigas Club)[WB].adf / readme
Text File  |  1985-11-26  |  8KB  |  199 lines

  1.         July 23, 1986
  2.  
  3.   Lots of new goodies this month, something for everyone.  
  4.  
  5.   The following is a complete directory of the disk, with some extra comments
  6. thrown in.  Some of you may have noticed that I keep changing the format of the
  7. "README" files.  I would really like some feedback on what you  think is the
  8. best way to present this information.
  9.  
  10. ----------------------------------------------------------------------------
  11.  
  12.      clib (dir)
  13.        cl.o                             clib.doc
  14.        clibrary                         lclib.lib
  15.        mclib.lib                        _main.c
  16.        _main.o                          
  17.  
  18.   These files implement a disk based library that may be shared by any programs
  19. that care to call them, resulting in smaller code for each program. The
  20. advantage comes when multiple programs are using the library, rather than when
  21. just one program is using it. The .DOC file explains more. There are versions
  22. of the library for both Lattice and Aztec.
  23.  
  24. ----------------------------------------------------------------------------
  25.      tools (dir)
  26.  
  27.           DBug (dir)
  28.             DBTest.c                         DBugLib.c
  29.             DBugLib.Doc                      DBugLib.h
  30.  
  31.           graphic (dir)
  32.             SpriteM.doc                      SpriteM.info
  33.             SpriteMaker                      xtrac
  34.             xtrac.doc                        
  35.  
  36.   DBug is a library that may be called at run time by any program (that has
  37. been compiled to do so). It is interactive, and implements some rather nice
  38. features.
  39.  
  40.   Spritemaker is a sprite editor. Nothing too fancy, but it seems to work.
  41.  
  42.   Xtrac (thanks to Jeff Lydiatt for reminding me to include it) is a program
  43. that will convert IFF pictures to suitable source code for inclusion in a
  44. program. (C I think, no time to check this one out)
  45.   
  46. ----------------------------------------------------------------------------
  47.  
  48.      klock2 (dir)
  49.        klock.arc                        KlocK2.0
  50.        KlocK2.0.doc                     KlocK2.0.info
  51.  
  52.    Updated version of the nifty little clock that sits in the title bar. Some
  53. bugs are gone. (July 0 ???)
  54.  
  55. ----------------------------------------------------------------------------
  56.  
  57.      text (dir)
  58.        amigaterm                        IM.IFF
  59.        online3                          pal
  60.  
  61.   An announcement from Online Today about Amigaterm from Commodore, the latest
  62. news from John Foust (64 emulator rumour confirmed!), a short blurb on
  63. Byte-by-Byte's expansion box, and a message detailing how you can convert those
  64. DEMO INSTRUMENTS to be usable in Instant Music.
  65.  
  66. ----------------------------------------------------------------------------
  67.  
  68.      util (dir)
  69.  
  70.           dosplus (dir)
  71.             ASC                              bit
  72.             CHR                              conv
  73.             DosPlus1.doc                     Help
  74.             Input                            math
  75.             wc                               
  76.  
  77.        arc.doc                          arc16
  78.        checkdisk                        dirutil.131
  79.        flist.arc
  80.        fprint                           fprint.doc
  81.        fprint.info                      tree
  82.        tree.c                           
  83.  
  84.    Dosplus consists of a variety of handy utility routines that may be placed
  85. in the C: directory, and give you some of those abilities that are missing on a
  86. computer without BASIC in ROM. Conversions from different number bases,
  87. character to ASCII, ASCII to character, math operations, and help with Amigados
  88. commands. My favourites here are:
  89. An INPUT routine for use in a script that will create a file for use as input
  90. to a command.
  91. WC, a "word count" program that tells you all sorts of stats about a text file;
  92. number of characters, words, and more.
  93.  
  94.   ARC16 -- rename to ARC and put in your C: directory. This one is the latest
  95. version, and does not have a cutoff date.
  96.  
  97. Checkdisk may be the same as the one previously distributed. Checks a disk for
  98. errors.
  99.  
  100. DIRUTIL 1.31 is an improved version of DIRUTIL, with a few extra features.
  101.  
  102. FPRINT, a generalized file printer with some nice features. See the .DOC file
  103. for further details.
  104.  
  105. TREE, so called ecause of the way it traverses a directory, is an improved
  106. version of LD, allowing a directory listing in up to 4 columns.
  107.  
  108. FLIST.ARC is from one of our own members, Anson Mah. It will list any text file
  109. to screen or printer, with forced page breaks, line numbering, and more! Nice
  110. to see some stuff coming out from here.
  111.  
  112. ----------------------------------------------------------------------------
  113.  
  114.      games (dir)
  115.        reversi                          
  116.  
  117.    The classic Reversi, and this one even talks.
  118.  
  119. ----------------------------------------------------------------------------
  120.  
  121.      hardware (dir)
  122.        2meg.update                      midi.pic
  123.        twomeg                           
  124.  
  125.    Though this directory contains only two files, they are exciting indeed for
  126. hardware hackers. Twomeg is a text file containing a schematic of a 2 Meg
  127. memory upgrade using a Texas Instruments THCT4502a DRAM controller chip, along
  128. with about 5 or 6 standard TTL chips.
  129.  
  130.   MIDI.PIC is an IFF picture file containing a schematic for a "write only", or
  131. "MIDI OUT" midi interface suitable for use with Music Studio.  Total parts for
  132. this one include 1 RS232 connector, 1 DIN plug (5 pin), a 7406 chip, and a few
  133. resistors. Cheap and easy to put together, a great project for the beginning
  134. hardware hacker.
  135.  
  136. ----------------------------------------------------------------------------
  137.  
  138.      Mandelbrot (dir)
  139.        makefile                         makeMH.c
  140.        mand.c                           mand.h
  141.        mand1.c                          mand2.c
  142.        mand3.c                          mand4.c
  143.        mand5.c                          mand6.c
  144.        mand7.c                          mand8.c
  145.        mand9.c                          MandelBrot
  146.        MH                               
  147.  
  148.   The latest version of the Mandelbrot generator by Robert French and RJMical,
  149. it allows RESUME so that you can change colours, etc. then restart without
  150. having to go from the beginning again.  Though the text routines have been
  151. slowed down for some strange reason, the actual plots are much faster, being
  152. not quite twice as fast.
  153.  
  154. ----------------------------------------------------------------------------
  155.  
  156.      icons (dir)
  157.        Chip.INFO                        Chop.INFO
  158.        DirUtil.INFO                     File.INFO
  159.        MSB.INFO                         Print.INFO
  160.        Print2.INFO                      Quikcopy.INFO
  161.        Sdump.INFO                       Term.INFO
  162.  
  163.    A variety of icons for some comon programs.
  164.  
  165. ----------------------------------------------------------------------------
  166.  
  167.      recreations (dir)
  168.        GRAVITY                          gravity.c
  169.        gravity.dat                      gravity.info
  170.        gravity1.dat                     gravity2.dat
  171.        gravity3.dat                     gravity4.dat
  172.        gravity5.dat                     
  173.  
  174.    I'm sure this one has a bug in it. The first and second planets do not seem
  175. to behave correctly. Nevertheless, it is a nice little simulation of a
  176. planetary syatem, showing the orbits of planets (and moons) that you define
  177. through text files. You can set up 4 planets and a sun, pick your gravitational
  178. factor, mass of sun, scale of view, and for the planets, you can specify mass,
  179. position, direction and velocity.  Fascinating, and quite a challenge to try to
  180. set up an arbitrary system that is stable.
  181.  
  182. ----------------------------------------------------------------------------
  183.  
  184.      Csource (dir)
  185.        vsprite.c                        
  186.  
  187.    Serves as a tutorial on using VSprites from C.
  188.  
  189. ----------------------------------------------------------------------------
  190.  
  191.      modula (dir)
  192.        TFP.def                          TFP.doc
  193.        TFP.mod                          
  194.  
  195.    Some handy text file procedures in Modula2. Compile and add to your library
  196. or include in your "Great Canadian Word Processor".
  197.  
  198. ----------------------------------------------------------------------------
  199.